]> granicus.if.org Git - python/shortlog
python
2014-04-09 Benjamin Petersonmake sure fdopen always closes the fd in error cases...
2014-04-09 Senthil Kumaranissue #21190: Fix the docs README link
2014-04-09 Mark DickinsonIssue #21179: Fix description of 'round' function for...
2014-04-08 Benjamin Petersonuse imperative
2014-04-08 Benjamin PetersonPySequence_Fast generally returns a list (#16305)
2014-04-08 Benjamin PetersonPySequence_Fast generally returns a list not a tuple...
2014-04-08 Benjamin Petersonthe name of the slot of nb_multiply not nb_mul
2014-04-07 Benjamin Petersonfix verb (closes #21174)
2014-04-06 Senthil Kumaranminor docfix (reported at docs@python.org) trace.py...
2014-04-04 Benjamin Petersonuse with statement
2014-04-04 Benjamin Petersonexplicitly close file object (#21128)
2014-04-04 Benjamin Petersonproperly explicitly close file (#21128)
2014-04-04 Benjamin Petersonmake temporary read-only files writable, so rmtree...
2014-04-04 Benjamin Petersonnote that the hash of an arbitrary object is only deriv...
2014-04-04 Vinay SajipIssue #21149: Improved thread-safety in logging cleanup...
2014-04-03 Benjamin Petersonproperly close files in test_zipfile (#20887)
2014-04-02 Benjamin Petersonmake sure to test UnicodeEncodeError, too
2014-04-02 Benjamin Petersonbail in unicode error's __str__ methods if the objects...
2014-04-02 Raymond HettingerIssue 21125: minor wording tweak.
2014-04-01 Zachary WareIssue #15067: Remove reference to a rejected PEP.
2014-03-31 Benjamin Petersonuse https docs url (#21115)
2014-03-31 Benjamin Petersonadd Ian Beer
2014-03-31 Benjamin Petersonfix overflow detection of strop.expandtabs
2014-03-30 Benjamin Petersonfix expandtabs overflow detection to be consistent...
2014-03-30 Benjamin Petersonadd braces and fix indentation
2014-03-30 Benjamin Petersonfix indentation and add braces
2014-03-30 Benjamin Petersonsupport CDN purging
2014-03-30 Raymond HettingerIssue #21029: IDLE now colors print consistently as...
2014-03-29 Raymond HettingerMinor readability improvement.
2014-03-29 Ned DeilyIssue #21093: Prevent failures of ctypes test_macholib...
2014-03-28 Georg BrandlUpdate suspicious ignore file.
2014-03-28 Ned DeilyIssue #17654: Ensure IDLE menus are customized properly...
2014-03-27 Ned DeilyIssue #6676: Ensure a meaningful exception is raised...
2014-03-27 Ned DeilyIssue #20939: Use www.example.com instead of www.python...
2014-03-25 R David Murraybackport: #20145: assertRaisesRegexp now raises a TypeE...
2014-03-25 Victor StinnerIssue #21038: Cleanup test_epoll.py
2014-03-25 Vinay SajipUpdated external link in documentation.
2014-03-25 Georg BrandlCloses #21045: make the Qt help build not look complete...
2014-03-25 Georg BrandlCloses #18456: Doc fix: PyDict_Update only works with...
2014-03-25 Victor StinnerIssue #21058: NamedTemporaryFile() closes the FD on...
2014-03-25 Victor StinnerIssue #21058: Fix a leak of file descriptor in tempfile...
2014-03-24 Donald StufftIssue #21043 - Remove CACert.org from the recommendations
2014-03-20 Zachary WareUse "x" instead of "i" for s.index and s.count entries...
2014-03-20 Benjamin Petersonsync with 3.4 branch
2014-03-20 Benjamin Petersonadd Nehal Hussain
2014-03-18 Zachary WareIssue #20966: Fix Tkinter Resources link
2014-03-17 Georg BrandlUpdate doc version switcher for 3.4/3.5.
2014-03-16 Benjamin Petersonfix ctypes test alignment assumptions (closes #20946)
2014-03-16 Antoine PitrouClose #16665: improve documentation for hex(). Patch...
2014-03-15 Benjamin Petersonsend people to the right editors page (#20938)
2014-03-15 Ned DeilyIssue #20939: Fix test_geturl failure in test_urllibnet...
2014-03-15 Benjamin Petersonremove runtime_library_dirs for _sqlite; it isn't needed
2014-03-13 Éric AraujoClarify distutils’ clean command (ref #6142)
2014-03-13 Jesus CeaCloses #20908: Memory leak in Reg2Py()
2014-03-13 Benjamin Petersonweaken callback count inequality (closes #20901)
2014-03-13 Benjamin Petersonremove unnecessary word (closes #19060)
2014-03-13 Éric AraujoMake distutils error messages more helpful (#11599).
2014-03-12 Éric AraujoFix note markup (#16805).
2014-03-12 Benjamin Petersonuse ssl.PROTOCOL_SSLv23 for maximum compatibility ...
2014-03-12 Benjamin Petersonadd Sean Rodman
2014-03-12 Éric AraujoFix missing import in bdist_rpm (#18045)
2014-03-12 Éric AraujoRestore missing part of error message (#4931)
2014-03-12 Éric AraujoAvoid “error: None” messages from distutils (#4931).
2014-03-12 Éric AraujoDefine what “updating” means in docs for open (#19627).
2014-03-11 R David Murray#20030: doc that TestLoader.discover returns a TestSuite.
2014-03-11 Benjamin Petersonsync pyporting howto from python 3 docs
2014-03-11 Georg Brandl#13530: port to 2.7 branch (document what os.lseek...
2014-03-10 Georg BrandlCloses #20090: update Doc/README and the error message...
2014-03-09 Benjamin Petersonnote that future_builtin's map is not quite like python...
2014-03-09 Georg Brandlmerge
2014-03-08 Raymond HettingerImprove the default seeding in random module to use...
2014-03-06 Serhiy StorchakaIssue #20283: RE pattern methods now accept the string...
2014-03-06 Terry Jan ReedyIssue #15618: Make turtle.py itself work when run from...
2014-03-03 Serhiy StorchakaCorrect and improve comments in test_fileinput (closes...
2014-03-02 Benjamin Petersonadd Chris Angelico
2014-03-02 Benjamin Petersonfix test_posix.test_initgroups to work without suppleme...
2014-02-27 Terry Jan ReedyIssue #20567: Delete class attribute gui widgets in...
2014-02-26 Serhiy StorchakaIssue #20501: fileinput module no longer reads whole...
2014-02-24 R David Murray#20628: wrap lines to < 80.
2014-02-24 R David Murray#20628: make it clear that DictReader/Writer *fieldname...
2014-02-24 Georg BrandlCloses #20735: remove erroneous deprecated marker from...
2014-02-24 Terry Jan ReedyIssue #9974: When untokenizing, use row info to insert...
2014-02-23 Antoine PitrouRestore title style
2014-02-23 Antoine PitrouIssue #20743: Fix a reference leak in test_tcl.
2014-02-22 Benjamin Petersonuse sphinx from its own virtualenv (closes #20693)
2014-02-20 Benjamin Petersonupdate logo url (#20695)
2014-02-19 Serhiy StorchakaIssue #6815: os.path.expandvars() now supports non...
2014-02-19 Zachary WareIssue #20510: Confirm that the code attribute of the...
2014-02-19 Serhiy StorchakaFixed grid_columnconfigure() and grid_rowconfigure...
2014-02-18 Zachary WareIssue #20510: Rewrote test_exit in test_sys to match...
2014-02-18 Terry Jan Reedywhitespace
2014-02-18 Terry Jan ReedyIssue #8478: Untokenizer.compat now processes first...
2014-02-17 Terry Jan ReedyUntokenize: An logically incorrect assert tested user...
2014-02-16 Benjamin Petersonbackout 369bf9fbaeff
2014-02-16 Benjamin Petersonremove tests for #19081
2014-02-16 Benjamin Petersonfinish backing out #19081
2014-02-16 Benjamin Petersonbackout #19081 to fix #20621
2014-02-15 Benjamin Petersonadd missing test assertion (closes #20080)
2014-02-15 Benjamin Petersongive non-iterable TypeError a message (closes #20507)
2014-02-15 Ezio Melotti#19890: fix typo in multiprocessing docs. Patch by...
next