Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c72056a1
Commit
c72056a1
authored
May 31, 2015
by
Larry Hastings
Browse files
Options
Browse Files
Download
Plain Diff
Merge release engineering changes with 3.5 branch head.
parents
e42cc386
61eb146b
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
7 deletions
+20
-7
.hgtags
.hgtags
+1
-0
Doc/Makefile
Doc/Makefile
+2
-2
Include/patchlevel.h
Include/patchlevel.h
+2
-2
Lib/pydoc_data/topics.py
Lib/pydoc_data/topics.py
+1
-1
Misc/NEWS
Misc/NEWS
+13
-1
README
README
+1
-1
No files found.
.hgtags
View file @
c72056a1
...
...
@@ -149,3 +149,4 @@ b4cbecbc0781e89a309d03b60a1f75f8499250e6 v3.4.3
82656e28b5e5c4ae48d8dd8b5f0d7968908a82b6 v3.5.0a3
413e0e0004f4f954331cb8122aa55fe208984955 v3.5.0a4
071fefbb5e3db770c6c19fba9994699f121b1cea v3.5.0b1
7a088af5615bf04024e9912068f4bd8f43ed3917 v3.5.0b2
Doc/Makefile
View file @
c72056a1
...
...
@@ -96,8 +96,8 @@ doctest:
pydoc-topics
:
BUILDER = pydoc-topics
pydoc-topics
:
build
@
echo
"Building finished; now
copy build/pydoc-topics/topics.py
"
\
"
to
../Lib/pydoc_data/topics.py"
@
echo
"Building finished; now
run this:
"
\
"
cp build/pydoc-topics/topics.py
../Lib/pydoc_data/topics.py"
htmlview
:
html
$(PYTHON)
-c
"import webbrowser; webbrowser.open('build/html/index.html')"
...
...
Include/patchlevel.h
View file @
c72056a1
...
...
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_SERIAL
2
/* Version as a string */
#define PY_VERSION "3.5.0b
1
+"
#define PY_VERSION "3.5.0b
2
+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
Lib/pydoc_data/topics.py
View file @
c72056a1
This diff is collapsed.
Click to expand it.
Misc/NEWS
View file @
c72056a1
...
...
@@ -2,7 +2,7 @@
Python
News
+++++++++++
What
's New in Python 3.5.0 beta
2
?
What
's New in Python 3.5.0 beta
3
?
==================================
Release date: 2015-07-05
...
...
@@ -10,6 +10,18 @@ Release date: 2015-07-05
Core and Builtins
-----------------
Library
-------
What'
s
New
in
Python
3.5.0
beta
2
?
==================================
Release
date
:
2015
-
05
-
31
Core
and
Builtins
-----------------
-
Issue
#
24284
:
The
startswith
and
endswith
methods
of
the
str
class
no
longer
return
True
when
finding
the
empty
string
and
the
indexes
are
completely
out
of
range
.
...
...
README
View file @
c72056a1
This is Python version 3.5.0 beta
1
This is Python version 3.5.0 beta
2
===================================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment