index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
a post 3.4.1 world
Benjamin Peterson
2014-05-26
1
-1
/
+1
*
remove tab (closes #21587)
Benjamin Peterson
2014-05-26
1
-1
/
+1
*
Version bump for 3.4.1.
v3.4.1
Larry Hastings
2014-05-17
1
-3
/
+3
*
Post-release version bump for 3.4.1rc1. Sorry it's late!
Larry Hastings
2014-05-17
1
-1
/
+1
*
Version bump for 3.4.1rc1.
v3.4.1rc1
Larry Hastings
2014-05-04
1
-4
/
+4
*
use imperative
Benjamin Peterson
2014-04-08
1
-1
/
+1
*
Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Sc...
Antoine Pitrou
2014-03-23
1
-0
/
+3
*
Merged default into 3.4 branch. 3.4 branch is now effectively 3.4.1rc1.
Larry Hastings
2014-03-16
2
-4
/
+15
|
\
|
*
cast negative numbers to size_t before shifting them (#20929)
Benjamin Peterson
2014-03-14
1
-1
/
+1
|
*
Issue #20320: select.select() and select.kqueue.control() now round the timeout
Victor Stinner
2014-02-17
1
-3
/
+14
|
*
Merge Python 3.4.0rc1 release branch.
Larry Hastings
2014-02-11
2
-1
/
+2
|
|
\
|
|
*
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka
2014-02-10
2
-1
/
+2
*
|
|
Post-release verion bump for 3.4.0(+).
Larry Hastings
2014-03-16
1
-1
/
+1
*
|
|
Release bump for 3.4.0 final.
Larry Hastings
2014-03-15
1
-3
/
+3
*
|
|
Mark branch as being after Python 3.4.0rc3.
Larry Hastings
2014-03-15
1
-1
/
+1
*
|
|
Version bump for 3.4.0rc3.
v3.4.0rc3
Larry Hastings
2014-03-09
1
-2
/
+2
*
|
|
Issue #19255: The builtins module is restored to initial value before
Serhiy Storchaka
2014-02-10
2
-1
/
+2
*
|
|
Version bump for Python 3.4.0rc2.
v3.4.0rc2
Larry Hastings
2014-02-23
1
-2
/
+2
|
/
/
*
|
Python 3.4.0rc1: Post-release updates.
Larry Hastings
2014-02-11
1
-1
/
+1
*
|
Python 3.4.0rc1: Version bump.
v3.4.0rc1
Larry Hastings
2014-02-10
1
-3
/
+3
|
/
*
Issue #20517: Removed unnecessary new (short-lived) functions from PyErr.
Larry Hastings
2014-02-10
1
-25
/
+0
*
Issue #20517: Functions in the os module that accept two filenames
Larry Hastings
2014-02-09
1
-0
/
+30
*
Issue #20530: Argument Clinic's signature format has been revised again.
Larry Hastings
2014-02-08
1
-2
/
+2
*
Close #20404: blacklist non-text encodings in io.TextIOWrapper
Nick Coghlan
2014-02-04
1
-0
/
+20
*
Issue #17162: Add PyType_GetSlot.
Martin v. L?wis
2014-02-04
1
-0
/
+3
*
Issue #20326: Argument Clinic now uses a simple, unique signature to
Larry Hastings
2014-01-28
1
-4
/
+2
*
Post-release bump for 3.4.0 beta 3.
Larry Hastings
2014-01-26
1
-1
/
+1
*
Version bump for 3.4.0b3.
v3.4.0b3
Larry Hastings
2014-01-26
1
-2
/
+2
*
Issue #20390: Small fixes and improvements for Argument Clinic.
Larry Hastings
2014-01-25
1
-2
/
+6
*
Issue #20189: Four additional builtin types (PyTypeObject,
Larry Hastings
2014-01-24
1
-0
/
+3
*
Issue #20294: Argument Clinic now supports argument parsing for __new__ and
Larry Hastings
2014-01-18
1
-0
/
+1
*
Post-release engineering; updated NEWS and version string.
Larry Hastings
2014-01-06
1
-1
/
+1
*
Bump version number for 3.4.0b2.
v3.4.0b2
Larry Hastings
2014-01-05
1
-2
/
+2
*
Issue #19976: Argument Clinic METH_NOARGS functions now always
Larry Hastings
2014-01-04
1
-0
/
+6
*
Issue #19526: Exclude all new API from the stable ABI.
Martin v. L?wis
2014-01-03
13
-2
/
+34
*
Issue #16136: Remove VMS support and VMS-related code
Christian Heimes
2013-12-21
1
-3
/
+0
*
Issue #14432: Remove the thread state field from the frame structure. Fix a
Victor Stinner
2013-12-13
1
-1
/
+0
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
1
-0
/
+6
|
\
|
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
1
-0
/
+6
*
|
(Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi...
Victor Stinner
2013-12-10
1
-4
/
+4
|
\
\
|
|
/
|
*
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
Victor Stinner
2013-12-10
1
-4
/
+4
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-2
/
+2
|
\
\
|
|
/
|
*
Issue #6477: Keep PyNotImplemented_Type and PyNone_Type private.
Alexandre Vassalotti
2013-11-30
1
-2
/
+2
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-0
/
+3
|
\
\
|
|
/
|
*
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti
2013-11-30
1
-0
/
+3
|
*
Post-release bump.
Georg Brandl
2013-11-17
1
-1
/
+1
|
*
Bump to 3.3.3 final.
v3.3.3
Georg Brandl
2013-11-17
1
-3
/
+3
|
*
Bump to 3.3.3rc2.
v3.3.3rc2
Georg Brandl
2013-11-11
1
-2
/
+2
|
*
Bump to 3.3.3rc1.
Georg Brandl
2013-10-27
1
-4
/
+4
|
*
merge heads
Georg Brandl
2013-10-08
1
-3
/
+0
|
|
\
[next]