]> granicus.if.org Git - python/shortlog
python
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...
2014-02-15 Ezio Melotti#20634: fix typo in IDLE README noticed by Saimadhav...
2014-02-14 Benjamin Petersonfix links to builtin repr function (closes #20573)
2014-02-14 Ned DeilyIssue #20605: Make test_socket getaddrinfo OS X segfaul...
2014-02-14 Ezio Melotti#19680: add back documentation for print and exec in...
2014-02-12 Serhiy StorchakaIssue #17671: Fixed a crash when use non-initialized...
2014-02-12 Serhiy StorchakaIssue #19255: Clear error after failed PyDict_SetItem...
2014-02-12 Ned DeilyAdd references for Xcode and the Python Developer's...
2014-02-11 Benjamin Petersonavoid name clash with posix_close (closes #20594)
2014-02-11 Vinay SajipIssue #20558: Improved implementation of error handling.
2014-02-11 Serhiy StorchakaIssue #19856: shutil.move() failed to move a directory...
2014-02-10 Serhiy StorchakaMerge heads
2014-02-10 Serhiy Storchakaissue12085: Use more Pythonic way to check _child_created.
2014-02-10 Ezio Melotti#19906: clarify note in urllib docs.
2014-02-09 Serhiy StorchakaIssue #20437: Fixed 43 potential bugs when deleting...
2014-02-08 R David Murray#14983: always add a line end after a MIME boundary...
2014-02-08 Terry Jan ReedyIssue #20406: Use Python application icons for Idle...
2014-02-08 Serhiy StorchakaIssue #20549: Use specific asserts in mailbox, smtplib...
2014-02-08 Serhiy StorchakaIssue #20555: Use specific asserts in urllib, httplib...
2014-02-08 Serhiy StorchakaIssue #20546: Use specific asserts in int tests.
2014-02-07 R David Murray#20013: don't raise socket error when selected mailbox...
2014-02-07 Serhiy StorchakaIssue #20532: Tests which use _testcapi now are marked...
2014-02-06 Serhiy StorchakaIssue #20520: Fixed readline test in test_codecs.
2014-02-06 Ned DeilyIssue #20374: delete spurious empty line
2014-02-06 Ned DeilyIssue #20374: Avoid compiler warnings when compiling...
2014-02-05 Serhiy StorchakaIssue #19920: Added tests for TarFile.list(). Based...
2014-02-05 Serhiy StorchakaIssue #20498: Fixed io.StringIO tests for newline=...
2014-02-04 Vinay SajipIssue #20509: Added cross-reference in documentation.
2014-02-04 Benjamin Petersonmmap obmalloc arenas so that they may be immediately...
2014-02-03 Serhiy StorchakaSkip expr* tests for large integers for Tcl <8.5.
2014-02-03 Antoine PitrouIssue #20426: When passing the re.DEBUG flag, re.compil...
2014-02-03 Serhiy StorchakaIssue #19761: Fixed Tkinter tests on OS X.
2014-02-03 Serhiy StorchakaIssue #20368: The null character now correctly passed...
2014-02-03 Serhiy StorchakaMerge heads
2014-02-03 Serhiy StorchakaIssue #20368: Add tests for Tkinter methods exprstring...
2014-02-03 Benjamin Petersonuse system mercurial
2014-02-03 Vinay SajipAdded cookbook entry on logging filter configuration...
2014-02-02 Antoine PitrouIssue #20435: Fix _pyio.StringIO.getvalue() to take...
2014-02-02 Ned DeilyIssue #19990: Install test/imghdrdata.
2014-02-02 Antoine PitrouIssue #20423: fix documentation of io.StringIO's newlin...
2014-02-02 Serhiy StorchakaIssue #19320: Fixed split/splitlist tests in test_tcl...
2014-02-02 Benjamin Petersonuse with statement to ensure zipfile is always closed...
2014-02-02 Terry Jan ReedyUpdate the python.gif icon for the Idle classbrowser...
next