]> granicus.if.org Git - python/shortlog
python
2012-10-07 Christian Heimesre-add brg_endian.h to debug issue in big endian SPARC...
2012-10-07 Christian Heimescorrect build configuration of sha3 project for debug...
2012-10-07 Christian Heimes_sha3 was missing debug build targets. I used xxlimited...
2012-10-07 Andrew SvetlovIssue #14900: Distuguish call count and primitive call...
2012-10-07 Andrew SvetlovMerge issue #14900: Distuguish call count and primitive...
2012-10-07 Andrew SvetlovIssue #14900: Distuguish call count and primitive call...
2012-10-07 Eli Benderskymerge 3.3
2012-10-07 Eli BenderskyIssue #15888: fixing problems in ipaddress doctests...
2012-10-07 Hynek SchlawackCloses #1492704: Make shutil.copyfile() raise a distinc...
2012-10-07 Andrew SvetlovRemove unused functions from _tkinter.
2012-10-07 Andrew SvetlovUtilize PyModule_Add{IntConstant,StringConstant,Object...
2012-10-07 Ezio MelottiFix markup.
2012-10-07 Andrew SvetlovUtilize Py_RETURN_NONE in _tkinter module.
2012-10-07 Armin RonacherIssue #16148: Small improvements and cleanup. Added...
2012-10-07 R David MurrayMerge: More whatsnew updates, move some doc NEWS items...
2012-10-07 R David MurrayMore whatsnew updates, move some doc NEWS items into...
2012-10-07 R David MurrayMerge: starmap/starmap_async for whatsnew, and fix...
2012-10-07 R David Murraystarmap/starmap_async for whatsnew, and fix multiproces...
2012-10-07 R David MurrayMerge: More whatsnew updates. Also move a C-API NEWS...
2012-10-07 R David MurrayMore whatsnew updates. Also move a C-API NEWS item...
2012-10-06 R David Murraymerge #9957: document that SpooledTemporaryFile.truncat...
2012-10-06 R David Murray#9957: document that SpooledTemporaryFile.truncate...
2012-10-06 R David Murray#9957: document that SpooledTemporaryFile.truncate...
2012-10-06 R David MurrayNull merge
2012-10-06 R David MurrayNull merge.
2012-10-06 R David MurrayMore whatsnew updates.
2012-10-06 R David MurrayMore whatsnew updates.
2012-10-06 Victor StinnerCleanup PyUnicode_FromFormatV() for zero padding
2012-10-06 Victor StinnerIssue #16147: PyUnicode_FromFormatV() doesn't need...
2012-10-06 Victor StinnerIssue #16147: PyUnicode_FromFormatV() now raises an...
2012-10-06 Victor StinnerIssue #16147: PyUnicode_FromFormatV() now detects integ...
2012-10-06 Victor StinnerIssue #16147: Rewrite PyUnicode_FromFormatV() to use...
2012-10-06 Georg Brandlmerge with 3.3.
2012-10-06 Georg BrandlFix markup in Counter note.
2012-10-06 R David MurrayMerge: whatsnew updates for smtplib and collections...
2012-10-06 R David Murraywhatsnew updates for smtplib and collections.Counter.
2012-10-06 R David MurrayMerge: Fix typos.
2012-10-06 R David MurrayFix typos.
2012-10-06 R David Murraymerge #10968: commit threading doc changes and correspo...
2012-10-06 R David Murray#10968: commit threading doc changes and corresponding...
2012-10-06 Mark DickinsonIssue #16096: port fix from 3.3
2012-10-06 Mark DickinsonIssue #16096: Fix signed overflow in Objects/longobject...
2012-10-06 Mark DickinsonIssue #16096: Merge fixes from 3.3.
2012-10-06 Mark DickinsonIssue #16096: Fix several occurrences of potential...
2012-10-06 Andrew Svetlovrevert accidental inclusion of subprocess tests
2012-10-06 Andrew Svetlovrevert accidental inclusion of subprocess tests
2012-10-06 Andrew Svetlovrevert accidental inclusion of subprocess tests
2012-10-06 Andrew SvetlovAdd spaces to follow PEP8.
2012-10-06 Christian Heimesand another one
2012-10-06 Christian Heimesmerge
2012-10-06 Christian Heimesmove var declaration to top of block to fix compilation...
2012-10-06 Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
2012-10-06 Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
2012-10-06 Andrew SvetlovIssue #16025: Minor corrections to the zipfile document...
2012-10-06 Andrew SvetlovIssue #16120: Use |yield from| in stdlib.
2012-10-06 Christian Heimesremove #warning from sha3module.c
2012-10-06 Christian Heimesfix possible memory leak, dealloc newobj
2012-10-06 Armin RonacherFixed a missing incref introduced by a7ec0a1b0f7c
2012-10-06 Armin RonacherAdded notimplemented_dealloc for better error reporting
2012-10-06 Armin Ronachermerge default
2012-10-06 Armin RonacherIssue #16148: implemented PEP 424
2012-10-06 Georg Brandlmerge with 3.3
2012-10-06 Georg BrandlCloses #11710: create "landing pages" (/library/package...
2012-10-06 Georg BrandlCloses #16149: remove now-false statement about the...
2012-10-06 Georg BrandlCloses #16149: remove now-false statement about the...
2012-10-06 Andrew SvetlovIssue #13896: Make shelf instances work with 'with...
2012-10-06 Andrew SvetlovUpdate NEWS for adding missed changes.
2012-10-06 Christian Heimesfixed _sha3 VS project file
2012-10-06 Christian HeimesIssue #16133: add Windows project file for _sha3 module...
2012-10-06 Christian Heimesadd note to Misc/NEWS
2012-10-06 Christian HeimesIssue #16113: integrade SHA-3 (Keccak) patch from http...
2012-10-05 Victor StinnerIn debug mode, unicode_write_cstr() now checks that...
2012-10-05 Andrew SvetlovMerge issue #16115: Add test for check that executable...
2012-10-05 Andrew SvetlovIssue #16115: Add test for check that executable arg...
2012-10-05 Andrew Svetlovnormalize whitespaces
2012-10-05 Andrew SvetlovIssue #16123: IDLE - deprecate running without a subpro...
2012-10-05 Ezio MelottiMerge ftplib doc fix with 3.3.
2012-10-05 Ezio MelottiMerge ftplib doc fix with 3.2.
2012-10-05 Ezio MelottiThe file obj passed to ftp.storbinary/storlines must...
2012-10-05 Andrew SvetlovMerge issue #16138: fix typo.
2012-10-05 Andrew SvetlovMerge issue #16138: fix typo.
2012-10-05 Andrew SvetlovIssue #16138: fix typo.
2012-10-05 Jesus CeaMERGE: #16112: platform.architecture does not correctly...
2012-10-05 Jesus CeaMERGE: #16112: platform.architecture does not correctly...
2012-10-05 Jesus Cea#16112: platform.architecture does not correctly escape...
2012-10-05 Jesus Cea#16112: platform.architecture does not correctly escape...
2012-10-05 Jesus CeaIssue #14446: Remove deprecated tkinter functions:...
2012-10-05 Jesus CeaIssue #14446: Remove deprecated tkinter functions:...
2012-10-05 Jesus CeaCloses #16135: Removal of OS/2 support
2012-10-05 Jesus CeaTest should be skipped in 'riscos', as intented
2012-10-05 Jesus Cea#16135: Removal of OS/2 support (Python code partial...
2012-10-05 Jesus Cea#16135: Removal of OS/2 support (Remove OS2 and OS...
2012-10-05 Ezio Melotti#16127: merge with 3.3.
2012-10-05 Ezio Melotti#16127: remove outdated references to narrow builds...
2012-10-05 Jesus Cea#16135: Removal of OS/2 support (C code and Docs)
2012-10-05 Jesus Cea#16135: Removal of OS/2 support (Modules/*)
2012-10-04 Jesus Cea#16135: Removal of OS/2 support (posixmodule y platform...
2012-10-04 Jesus Cea#16135: Removal of OS/2 support (Docs)
2012-10-04 Jesus Cea#16135: Removal of OS/2 support (I)
2012-10-04 Victor Stinnermerge 3.3 (bug already fixed, differently, in default)
next