]> granicus.if.org Git - python/shortlog
python
2010-08-12 Antoine PitrouTypo.
2010-08-12 Antoine PitrouIssue #7467: when a file from a ZIP archive, its CRC...
2010-08-11 Benjamin Petersonuse pep 383 decoding for mknod and mkfifo #9570
2010-08-11 Alexander BelopolskyIssue #2443: Added a new macro, Py_VA_COPY, which is...
2010-08-11 Tim Golden#9055: remove assertion at the end of test_8959_b since...
2010-08-11 Tim Golden#2304: fix incorporating Eric Smith's .format suggestio...
2010-08-11 Antoine PitrouIssue #9550: a BufferedReader could issue an additional...
2010-08-11 Martin v. LöwisAdd George Boutsioukis, from the GSoC project.
2010-08-11 Brett CannonNote that Éric Araujo has been given commit privileges.
2010-08-10 Alexander BelopolskyIssue #8834: Added a comment describing the order of...
2010-08-10 Mark DickinsonIssue #9530: Fix undefined-behaviour-inducing overflow...
2010-08-10 Victor StinnerIssue #9425: create Py_UNICODE_strrchr() function
2010-08-10 Antoine PitrouIssue #8411: new condition variable emulation under...
2010-08-10 Antoine Pitroutest_winsound shouldn't crash when ctypes isn't available
2010-08-09 Antoine PitrouIssue #6915: Under Windows, os.listdir() didn't release...
2010-08-09 Antoine PitrouIssue #3757: thread-local objects now support cyclic...
2010-08-09 Antoine PitrouFollowup to r83869 and issue #8524: rename socket.forge...
2010-08-09 Senthil KumaranFix Issue7007 - Use percent-encoded consistently inste...
2010-08-09 Senthil KumaranFix Issue7007 - Use percent-encoded consistently inste...
2010-08-09 Florent XiclunaMerged manually from 2.7 branch to 3.x trunk.
2010-08-09 Florent XiclunaMerged manually from 2.7 branch to 3.x trunk.
2010-08-09 Benjamin Petersoncorrect comment
2010-08-09 Benjamin Petersontypo
2010-08-09 Benjamin Petersondon't alias directly, so that extra arguments don't...
2010-08-09 Fred Drakeissue #9452:
2010-08-09 Antoine PitrouAlso temporarily revert r83871, to fix compilation...
2010-08-09 Florent XiclunaFix ``Tools/scripts/checkpyc.py`` after PEP 3147.
2010-08-09 Florent XiclunaClean up syntax for some scripts.
2010-08-09 Antoine PitrouRevert r83877 in order to fix compilation
2010-08-09 Senthil Kumaranspelling mistake.
2010-08-09 Senthil KumaranFix Issue5416 - explain negative value for count in...
2010-08-09 Florent XiclunaMerge the 2to3 script from /sandbox/trunk/2to3/2to3...
2010-08-09 Senthil Kumaranreapply the revert made in r83875
2010-08-09 Senthil KumaranFix Issue9545 - Adding _collections to static build.
2010-08-09 Raymond HettingerRevert 83784 adding functools.lru_cache() to the re...
2010-08-09 Raymond HettingerIssue 9396. Apply functools.lru_cache in the place...
2010-08-09 Benjamin Petersonuse 3 space indents
2010-08-09 Raymond HettingerIssue 7846: fnmatch cache can grow without bound
2010-08-09 Victor StinnerIssue #9425: Create load_builtin() subfunction
2010-08-08 Antoine PitrouIssue #8524: Add a forget() method to socket objects...
2010-08-08 Florent XiclunaFix xml.etree.ElementInclude to include the tail of...
2010-08-08 Florent XiclunaFix BytesWarning in test_xml_etree, introduced with...
2010-08-08 Victor StinnerIssue #9425: file system encoding is not always utf-8
2010-08-08 Antoine PitrouIssue #477863: Print a warning at shutdown if gc.garbag...
2010-08-08 Victor StinnerIssue #9425: fix setup_context() for non-ascii filenames
2010-08-08 Florent XiclunaFix #8530: Prevent stringlib fastsearch from reading...
2010-08-08 Antoine PitrouIssue #5319: Print an error if flushing stdout fails...
2010-08-08 Florent XiclunaIssue #8047: Fix the xml.etree serializer to return...
2010-08-08 Benjamin Petersonrevert r83830, breaks tests on unixes
2010-08-08 Benjamin PetersonMerged revisions 82779,82855,83740,83789-83791,83797...
2010-08-08 Thomas HellerFix issue6869: refcount problem in the _ctypes extension.
2010-08-08 Florent XiclunaIssue #7564: Skip test_ioctl if another process is...
2010-08-08 Florent XiclunaTypo.
2010-08-08 Thomas HellerFix issue5504: ctypes does now work with systems where...
2010-08-08 Mark DickinsonRemove unused import.
2010-08-08 Benjamin Petersonremove dead code #9292
2010-08-08 Florent XiclunaAdd test case for the HTTPResponse being an iterable...
2010-08-08 Tim GoldenIssue #2304: Add additional quotes when using cmd shell...
2010-08-08 Florent XiclunaUse unittest specific methods for some urllib test...
2010-08-08 Benjamin Petersonuse same quoting as the rest of the file
2010-08-08 Senthil KumaranAdd a news entry for Issue8280.
2010-08-08 Senthil KumaranFix Issue8280 - urllib2's Request method will remove...
2010-08-08 Tim GoldenIssue #3210: Revert C module changes and apply patch...
2010-08-08 Raymond HettingerIssue #4570: Clean-up tutorial example
2010-08-08 Raymond HettingerIssue #9507: Named tuple repr will now automatically...
2010-08-08 Raymond HettingerImprove readability of collections docs by adding a...
2010-08-08 Benjamin Petersonset svn:eol-style
2010-08-07 Raymond HettingerFix typo
2010-08-07 Raymond HettingerDocument implementation notes for priority queues
2010-08-07 Benjamin Petersonkill outdated comment
2010-08-07 Raymond HettingerClean-up docstring in examples.
2010-08-07 Victor StinnerIssue #9425: Create run_file() subfunction
2010-08-07 Mark DickinsonIssue #8433: Fix test_curses failure for platforms...
2010-08-07 Victor StinnerIssue #9425: Create run_command() subfunction
2010-08-07 Victor StinnerIssue #9425: skip tests if a filename is not encodable
2010-08-07 Raymond HettingerImprove the docs for bisect to cover common searching...
2010-08-07 Raymond HettingerFix nit (sentinel on lhs of comparison).
2010-08-07 Raymond HettingerAdd partition recipe to itertools docs.
2010-08-07 Raymond HettingerFix markup
2010-08-07 Brian CurtinFix an assertRaises situation and typo. Also pass all...
2010-08-06 Raymond HettingerImprove the whatsnew article on the lru/lfu cache decor...
2010-08-06 Mark DickinsonIssue #9530: Fix a couple of places where undefined...
2010-08-06 R. David MurrayAdd xml subpackages, since they are likely to have...
2010-08-06 Brian CurtinFix #9324: Add parameter validation to signal.signal...
2010-08-06 Mark DickinsonIn PySlice_IndicesEx, clip the step to [-PY_SSIZE_T_MAX...
2010-08-06 Tim GoldenIssue #3210: Ensure stdio handles are closed if CreateP...
2010-08-06 Martin v. LöwisChange pyc removal to support __pycache__.
2010-08-06 Raymond HettingerIssue8757: Implicit set-to-frozenset conversion not...
2010-08-06 Mark DickinsonMisc/NEWS entry for r83751.
2010-08-06 Mark DickinsonIssue #9526: Remove outdated casts to int that were...
2010-08-06 Raymond HettingerFix the VS8.0 build
2010-08-06 Gerhard HäringIssue #3854: Documented using the sqlite3 module with...
2010-08-05 Brian CurtinIssue #9524: Document that two CTRL* signals are meant...
2010-08-05 Alexander BelopolskyIssue #9079: Added _PyTime_gettimeofday(_PyTime_timeval...
2010-08-05 Gerhard HäringIssue #6683: For SMTP logins we now try all authenticat...
2010-08-05 Alexandre VassalottiIssue 5077: Add documentation for operator fixer.
2010-08-04 Mark DickinsonIssue #9337: Make float.__str__ identical to float...
2010-08-04 Martin v. LöwisAdd Terry Reedy.
2010-08-04 Mark DickinsonIssue #9498: Add reference to sys.float_info from...
2010-08-04 Antoine PitrouIssue #8814: function annotations (the `__annotations__...
next