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
d785da8f
Commit
d785da8f
authored
Dec 06, 2015
by
Larry Hastings
Browse files
Options
Browse Files
Download
Plain Diff
Merge.
parents
7ff276fd
0c6ffabc
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
7 deletions
+9
-7
.hgtags
.hgtags
+1
-0
Include/patchlevel.h
Include/patchlevel.h
+3
-3
Lib/pydoc_data/topics.py
Lib/pydoc_data/topics.py
+1
-1
Misc/NEWS
Misc/NEWS
+4
-3
No files found.
.hgtags
View file @
d785da8f
...
...
@@ -158,3 +158,4 @@ cc15d736d860303b9da90d43cd32db39bab048df v3.5.0rc2
2d033fedfa7f1e325fd14ccdaa9cb42155da206f v3.5.0rc4
374f501f4567b7595f2ad7798aa09afa2456bb28 v3.5.0
948ef16a69513ba1ff15c9d7d0b012b949df4c80 v3.5.1rc1
37a07cee5969e6d3672583187a73cf636ff28e1b v3.5.1
Include/patchlevel.h
View file @
d785da8f
...
...
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
GAMMA
#define PY_RELEASE_SERIAL
1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_
FINAL
#define PY_RELEASE_SERIAL
0
/* Version as a string */
#define PY_VERSION "3.5.1
rc1
+"
#define PY_VERSION "3.5.1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
...
...
Lib/pydoc_data/topics.py
View file @
d785da8f
This diff is collapsed.
Click to expand it.
Misc/NEWS
View file @
d785da8f
...
...
@@ -5,7 +5,7 @@ Python News
What
's New in Python 3.5.2 release candidate 1?
===============================================
Release date:
XXXX-XX-XX
Release date:
tba
Core and Builtins
-----------------
...
...
@@ -91,8 +91,8 @@ Release date: 2015-12-06
Core and Builtins
-----------------
Library
-------
- Issue #25709: Fixed problem with in-place string concatenation and
utf-8 cache.
Windows
-------
...
...
@@ -100,6 +100,7 @@ Windows
- Issue #25715: Python 3.5.1 installer shows wrong upgrade path and incorrect
logic for launcher detection.
What'
s
New
in
Python
3.5.1
release
candidate
1
?
===============================================
...
...
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