index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue 11177: asyncore's create_socket() arguments can now be omitted.
Giampaolo Rodolà
2011-02-25
1
-0/+2
*
Issue #6064: Add a `daemon` keyword argument to the threading.Thread
Antoine Pitrou
2011-02-25
1
-0/+5
*
Issue #10956: Buffered I/O classes retry reading or writing after a signal
Antoine Pitrou
2011-02-25
1
-0/+3
*
Update Misc/NEWS to include os.getpriority() and os.setpriority() addition.
Giampaolo Rodolà
2011-02-25
1
-0/+2
*
Issue #11114: Fix catastrophic performance of tell() on text files (up
Antoine Pitrou
2011-02-25
1
-0/+4
*
Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
Giampaolo Rodolà
2011-02-25
1
-0/+2
*
Issue #10516: adding list.clear() and list.copy() methods
Eli Bendersky
2011-02-25
1
-0/+2
*
Issue #11286: Raise a ValueError from calling PyMemoryView_FromBuffer with
Antoine Pitrou
2011-02-24
1
-0/+3
*
Allow usage of SomeABC.register as a class decorator. Patch by Edoardo Spado...
Éric Araujo
2011-02-24
2
-0/+4
*
Issue #11272: Fix input() and sys.stdin for Windows newline
Victor Stinner
2011-02-23
1
-0/+3
*
Issue #11224: Improved sparse file read support (r85916) introduced a
Lars Gustäbel
2011-02-23
1
-0/+4
*
Issue #10924: Adding salt and Modular Crypt Format to crypt library.
Sean Reifscheider
2011-02-22
1
-0/+4
*
Issue #11074: Make 'tokenize' so it can be reloaded.
Brett Cannon
2011-02-22
1
-0/+2
*
Issue #10512: close the log file in cgi when running tests.
Brett Cannon
2011-02-22
1
-0/+2
*
Issue #10992: make tests pass when run under coverage.
Brett Cannon
2011-02-22
1
-0/+2
*
Issue #11085: Moved collections abstract base classes into a separate module
Raymond Hettinger
2011-02-22
1
-0/+5
*
Issue #4681: Allow mmap() to work on file sizes and offsets larger than
Antoine Pitrou
2011-02-21
1
-0/+4
*
Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due
Antoine Pitrou
2011-02-21
1
-0/+3
*
Fix PyUnicode_FromFormatV("%c") for non-BMP char
Victor Stinner
2011-02-21
1
-0/+3
*
Remove filename variable from ceval.c
Victor Stinner
2011-02-21
1
-1/+6
*
compileall uses repr() to format filenames/paths
Victor Stinner
2011-02-21
1
-0/+3
*
Remove bootstrap code of PyUnicode_AsEncodedString()
Victor Stinner
2011-02-21
1
-1/+5
*
Issue #11268: Prevent Mac OS X Installer failure if Documentation
Ned Deily
2011-02-21
1
-0/+7
*
Issue #11089: Fix performance issue limiting the use of ConfigParser()
Raymond Hettinger
2011-02-21
1
-0/+3
*
Issue #10990: Prevent tests from clobbering a set trace function.
Brett Cannon
2011-02-21
1
-0/+4
*
Issue #10276: Fix the results of zlib.crc32() and zlib.adler32() on buffers
Antoine Pitrou
2011-02-21
1
-0/+6
*
- Check for NULL result in PyType_FromSpec.
Martin v. Löwis
2011-02-21
1
-0/+5
*
Bump trunk to 3.3 alpha 0.
Georg Brandl
2011-02-20
2
-2/+8
*
Bump to 3.3a0.
Georg Brandl
2011-02-20
1
-0/+0
*
Version bump to 3.2 final.
Georg Brandl
2011-02-20
2
-18/+15
*
#11249: in PyType_FromSpec, copy tp_doc slot since it usually will point to a...
Georg Brandl
2011-02-19
1
-0/+2
*
#11184: Fix large file support on AIX.
Georg Brandl
2011-02-19
1
-0/+2
*
#11222: fix non-framework shared library build on Mac, patch by Ned Deily.
Georg Brandl
2011-02-19
1
-0/+2
*
#10709: add back an updated AIX-NOTES (as README.AIX).
Georg Brandl
2011-02-19
2
-0/+142
*
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, re...
Georg Brandl
2011-02-15
1
-0/+5
*
Post-release updates.
Georg Brandl
2011-02-14
1
-0/+12
*
Bump for 3.2rc3.
v3.2rc3
Georg Brandl
2011-02-13
2
-5/+5
*
#11116: roll back on error during add so mailbox isn't left corrupted.
R. David Murray
2011-02-11
1
-0/+3
*
Issue #11134: Add missing fields to typeslots.h.
Martin v. Löwis
2011-02-11
1
-0/+2
*
Issue #11135: Remove redundant doc field from PyType_Spec.
Martin v. Löwis
2011-02-11
1
-0/+2
*
Issue #11079: The /Applications/Python x.x folder created by the Mac
Ned Deily
2011-02-07
1
-0/+5
*
Issue 10971: Make test_zipimport_support once again compatible with refleak h...
Nick Coghlan
2011-02-07
1
-0/+6
*
#11132: pass optimize parameter to recursive call in compileall.compile_dir()...
Georg Brandl
2011-02-07
2
-0/+4
*
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
Martin v. Löwis
2011-02-05
1
-0/+3
*
Issue #11121: Fix building with --enable-shared.
Martin v. Löwis
2011-02-05
1
-0/+5
*
There was a possibility that the initialization of _sqlite, when it failed,
Brett Cannon
2011-02-04
1
-0/+2
*
Issue #11118: Fix bogus export of None in python3.dll.
Martin v. Löwis
2011-02-04
1
-0/+2
*
Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Antoine Pitrou
2011-01-31
2
-0/+4
*
Post-release updates.
Georg Brandl
2011-01-31
1
-0/+12
*
Bump version.
v3.2rc2
Georg Brandl
2011-01-30
2
-2/+2
[next]