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
*
Issue #1783: Remove declarations of nonexistent private variables.
Serhiy Storchaka
2013-02-01
1
-4
/
+0
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-0
/
+3
*
Fix the internals of our hash functions to used unsigned values during hash
Gregory P. Smith
2012-12-10
1
-1
/
+1
*
Issue #16602: When a weakref's target was part of a long deallocation chain, ...
Antoine Pitrou
2012-12-08
1
-1
/
+11
*
Issue 10052: fix failed uint32_t / uint64_t / int32_t / int64_t detection on ...
Mark Dickinson
2012-12-02
1
-8
/
+21
*
Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
Antoine Pitrou
2012-09-06
2
-9
/
+21
*
Remove trailing whitespace in order to silence warnings on HP-UX.
Trent Nelson
2012-08-31
1
-4
/
+4
*
Closes #15512: Correct __sizeof__ support for parser
Jesus Cea
2012-08-03
1
-0
/
+3
*
Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...
Mark Dickinson
2012-04-15
1
-0
/
+24
*
Merge 3.2.3 release clone.
Georg Brandl
2012-04-11
2
-2
/
+1
|
\
|
*
Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
Kristján Valur Jónsson
2012-03-22
1
-0
/
+2
|
*
Issue #14387: Do not include accu.h from Python.h.
Antoine Pitrou
2012-03-22
1
-1
/
+0
|
*
Merge 3.2.3rc2 from release clone.
Georg Brandl
2012-03-18
1
-1
/
+1
|
|
\
|
|
*
merge 3.1
Matthias Klose
2012-03-14
1
-1
/
+1
|
|
|
\
|
|
|
*
- rename configure.in to configure.ac
Matthias Klose
2012-03-14
1
-1
/
+1
|
|
|
*
version now 3.1.5rc1
v3.1.5rc1
Benjamin Peterson
2012-02-23
1
-4
/
+4
*
|
|
|
Post-release update.
Georg Brandl
2012-04-11
1
-1
/
+1
*
|
|
|
Bump to 3.2.3 final.
Georg Brandl
2012-04-10
1
-3
/
+3
*
|
|
|
Issue #14387 : undefine 'small' so that it doesn't clash with Windows headers.
Kristj?n Valur J?nsson
2012-03-22
1
-0
/
+2
|
/
/
/
*
|
|
Post-release updates for 3.2.3rc2.
Georg Brandl
2012-03-18
1
-1
/
+1
*
|
|
Bump to 3.2.3rc2.
v3.2.3rc2
Georg Brandl
2012-03-18
1
-2
/
+2
*
|
|
3.2.3rc1 done
Georg Brandl
2012-02-25
1
-1
/
+1
|
/
/
*
|
Bump version to 3.2.3rc1.
Georg Brandl
2012-02-23
1
-4
/
+4
*
|
Fix test failure in test_cmd_line by initializing the hash secret at the earl...
Antoine Pitrou
2012-02-21
2
-0
/
+3
*
|
merge 3.2
Benjamin Peterson
2012-02-21
1
-0
/
+4
|
\
\
|
|
/
|
*
ensure no one tries to hash things before the random seed is found
Benjamin Peterson
2012-02-21
1
-0
/
+4
*
|
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...
Georg Brandl
2012-02-20
72
-585
/
+2068
|
\
\
|
|
/
|
/
|
|
*
Issue #13848: open() and the FileIO constructor now check for NUL characters ...
Antoine Pitrou
2012-01-29
1
-0
/
+6
|
*
Issue #13629: Renumber the tokens in token.h to match the _PyParser_TokenName...
Meador Inge
2012-01-15
1
-31
/
+30
|
*
Consolidate the occurrances of the prime used as the multiplier when hashing
Gregory P. Smith
2012-01-14
1
-1
/
+4
|
*
- Issue #11147: Fix an unused argument in _Py_ANNOTATE_MEMORY_ORDER. (Fix
Barry Warsaw
2011-12-05
1
-0
/
+1
|
*
Closes issue #13488: Some old preprocessors have problem with #define not in ...
Jesus Cea
2011-11-27
1
-80
/
+80
|
*
Issue #13338: Handle all enumerations in _Py_ANNOTATE_MEMORY_ORDER
Petri Lehtinen
2011-11-19
1
-2
/
+4
|
*
Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...
Nick Coghlan
2011-10-23
1
-0
/
+1
|
*
Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...
Antoine Pitrou
2011-10-06
2
-2
/
+37
|
*
Try to fix linking failures under Windows
Antoine Pitrou
2011-10-04
1
-3
/
+3
|
*
Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character
Victor Stinner
2011-09-06
1
-1
/
+1
|
*
Post-release version bump.
Georg Brandl
2011-09-04
1
-1
/
+1
|
*
Merge with release clone.
Georg Brandl
2011-09-04
2
-0
/
+8
|
|
\
|
|
*
make sure to initialize the method wrapper type
Benjamin Peterson
2011-09-01
1
-0
/
+1
|
|
*
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-0
/
+7
|
*
|
Bump to 3.2.2.
Georg Brandl
2011-09-03
1
-3
/
+3
|
*
|
Post-release steps.
Georg Brandl
2011-08-13
1
-1
/
+1
|
*
|
Bump version to 3.2.2rc1.
Georg Brandl
2011-08-13
1
-4
/
+4
|
|
/
|
*
#10741: add documentation for PyGILState_GetThisThreadState()
Sandro Tosi
2011-08-08
1
-1
/
+1
|
*
Post-release steps for 3.2.1.
Georg Brandl
2011-07-09
1
-1
/
+1
|
*
Bump version to 3.2.1.
v3.2.1
Georg Brandl
2011-07-09
1
-3
/
+3
|
*
Post-release steps.
Georg Brandl
2011-07-04
1
-1
/
+1
|
*
Bump to 3.2.1rc2.
Georg Brandl
2011-07-03
1
-2
/
+2
|
*
Set up branch to be rc2 next.
Georg Brandl
2011-05-21
1
-1
/
+1
[next]